[INFO] cloning repository https://github.com/topecongiro/usedump-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/topecongiro/usedump-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopecongiro%2Fusedump-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopecongiro%2Fusedump-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0b71f8bbf8289696c1afefb66b5edb29be0bd422
[INFO] checking topecongiro/usedump-rs against try#05c0158cca4d7ab383df6c11b9cc128ebf3730be for pr-156977
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopecongiro%2Fusedump-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/topecongiro/usedump-rs
[INFO] finished tweaking git repo https://github.com/topecongiro/usedump-rs
[INFO] tweaked toml for git repo https://github.com/topecongiro/usedump-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/topecongiro/usedump-rs on toolchain 05c0158cca4d7ab383df6c11b9cc128ebf3730be
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+05c0158cca4d7ab383df6c11b9cc128ebf3730be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/topecongiro/usedump-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+05c0158cca4d7ab383df6c11b9cc128ebf3730be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6
[INFO] running `Command { std: "docker" "start" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6" "/opt/rustwide/cargo-home/bin/cargo" "+05c0158cca4d7ab383df6c11b9cc128ebf3730be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6" "/opt/rustwide/cargo-home/bin/cargo" "+05c0158cca4d7ab383df6c11b9cc128ebf3730be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]     Checking regex-syntax v0.6.12
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking text_unit v0.1.9
[INFO] [stderr]     Checking bit-vec v0.5.1
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking smallvec v1.0.0
[INFO] [stderr]     Checking drop_bomb v0.1.4
[INFO] [stderr]     Checking once_cell v1.2.0
[INFO] [stderr]     Checking unicode-xid v0.2.0
[INFO] [stderr]     Checking thin-dst v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]     Checking getrandom v0.1.13
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.4.0
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]     Checking ra_parser v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking lock_api v0.3.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking arrayvec v0.5.1
[INFO] [stderr]    Compiling backtrace-sys v0.1.32
[INFO] [stderr]     Checking bit-set v0.5.1
[INFO] [stderr]    Compiling indexmap v1.3.0
[INFO] [stderr]    Compiling psm v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]    Compiling stacker v0.1.6
[INFO] [stderr]     Checking relative-path v1.0.0
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand_pcg v0.2.1
[INFO] [stderr]     Checking chalk-macros v0.1.1 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]    Compiling chalk-derive v0.1.0 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]     Checking lalrpop-intern v0.15.1
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking ra_arena v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]     Checking ordermap v0.3.5
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking fixedbitset v0.1.9
[INFO] [stderr]     Checking ena v0.13.1
[INFO] [stderr]     Checking chalk-engine v0.9.0 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking inotify-sys v0.1.3
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]     Checking lazycell v1.2.1
[INFO] [stderr]    Compiling rayon-core v1.6.1
[INFO] [stderr]    Compiling salsa-macros v0.14.1
[INFO] [stderr]     Checking inotify v0.6.1
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]     Checking num_cpus v1.11.1
[INFO] [stderr]     Checking filetime v0.2.8
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking bstr v0.2.8
[INFO] [stderr]     Checking petgraph v0.4.13
[INFO] [stderr]     Checking format-buf v1.0.0
[INFO] [stderr]     Checking backtrace v0.3.40
[INFO] [stderr]     Checking jod-thread v0.1.0
[INFO] [stderr]     Checking join_to_string v0.1.3
[INFO] [stderr]     Checking fst v0.3.5
[INFO] [stderr]     Checking superslice v1.0.0
[INFO] [stderr]     Checking ra_prof v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking chalk-ir v0.1.0 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]     Checking mio-extras v2.0.5
[INFO] [stderr]     Checking notify v4.0.14
[INFO] [stderr]     Checking ra_vfs v0.5.2
[INFO] [stderr]     Checking chalk-rust-ir v0.1.0 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]     Checking proptest v0.9.4
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking chalk-solve v0.1.0 (https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a)
[INFO] [stderr]     Checking globset v0.4.4
[INFO] [stderr]     Checking ra_vfs_glob v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_text_edit v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking smol_str v0.1.15
[INFO] [stderr]     Checking serde_json v1.0.42
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking rowan v0.7.1
[INFO] [stderr]     Checking ra_tt v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking test_utils v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking cargo_metadata v0.9.0
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking ra_syntax v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking crossbeam v0.7.3
[INFO] [stderr]     Checking salsa v0.14.1
[INFO] [stderr]     Checking rayon v1.2.1
[INFO] [stderr]     Checking ra_cfg v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_mbe v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_fmt v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_db v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_hir_expand v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_project_model v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_hir_def v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_hir_ty v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_hir v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_assists v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_ide v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking ra_batch v0.1.0 (https://github.com/rust-analyzer/rust-analyzer#2c7f6b57)
[INFO] [stderr]     Checking usedump v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/used_item.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Default, Serialize)]
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/used_item.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[derive(Default, Debug, Serialize)]
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/used_item.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Default, Serialize)]
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/used_item.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[derive(Default, Debug, Serialize)]
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/used_item.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Default, Serialize)]
[INFO] [stdout]    |                   ^--------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `Serialize` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_CrateMap`
[INFO] [stdout] 40 | pub struct CrateMap {
[INFO] [stdout]    |            -------- `CrateMap` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/used_item.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[derive(Default, Debug, Serialize)]
[INFO] [stdout]     |                          ^--------
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `Serialize` is not local
[INFO] [stdout]     |                          move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_UsedItemMap`
[INFO] [stdout] 102 | pub struct UsedItemMap {
[INFO] [stdout]     |            ----------- `UsedItemMap` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/used_item.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Default, Serialize)]
[INFO] [stdout]    |                   ^--------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `Serialize` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_CrateMap`
[INFO] [stdout] 40 | pub struct CrateMap {
[INFO] [stdout]    |            -------- `CrateMap` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/used_item.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[derive(Default, Debug, Serialize)]
[INFO] [stdout]     |                          ^--------
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `Serialize` is not local
[INFO] [stdout]     |                          move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_UsedItemMap`
[INFO] [stdout] 102 | pub struct UsedItemMap {
[INFO] [stdout]     |            ----------- `UsedItemMap` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.94s
[INFO] running `Command { std: "docker" "inspect" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6", kill_on_drop: false }`
[INFO] [stdout] 7c69b48a615122885c4be2e65ec40b6e24eb41da950b71914904ae983ff864a6
